projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221439a
)
(ada-make-body): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 19 Nov 2006 01:35:31 +0000
(
01:35
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 19 Nov 2006 01:35:31 +0000
(
01:35
+0000)
lisp/progmodes/ada-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ada-mode.el
b/lisp/progmodes/ada-mode.el
index 8b9394ab0862a876c6bc84c74883060dfded4c66..ccd91d3b06053e94a3c28ebf900003be9c77fb61 100644
(file)
--- a/
lisp/progmodes/ada-mode.el
+++ b/
lisp/progmodes/ada-mode.el
@@
-5421,7
+5421,7
@@
for `ada-procedure-start-regexp'."
(defun ada-make-body ()
"Create an Ada package body in the current buffer.
The spec must be the previously visited buffer.
-This function typically is to be hooked into `ff-file-created-hook
s
'."
+This function typically is to be hooked into `ff-file-created-hook'."
(delete-region (point-min) (point-max))
(insert-buffer-substring (car (cdr (buffer-list))))
(goto-char (point-min))